/*大于等于*/
@media screen and (min-width: 1025px) {
	
}

@media (min-width: 1099px) and (max-width: 1198px) {

}

/*小于等于*/
@media screen and (max-width: 1098px) {
		
}

/*小于等于*/
@media screen and (max-width: 767px) {
	.title-png {
	    width: 35%;
	    margin-bottom: 1em;
	}
	.huaXuBu img {
	    height: 70px !important;
	}
	.map_main {
	    position: relative;
	    width: 100%;
	    margin-right: 0;
	}
	.map_tool {
	    position: absolute;
	    left: 5%;
	    bottom: 15%;
	    width: 35%;
	}
	.china-xswl-box{    padding-bottom: 60%;}
	.point_bg.on {
	    transform: scale(1.5);
	}
	.point_box.on .point_name {
	    top: 5px;
	}
	.map_box1 {
	    position: absolute;
	    width: 100%;
	    right: 0;
	    top: 100%;
	    height: 90%;
	    overflow-y: scroll;
	}
	.lxblock {
	    height: 50vw;
	}
	.lx-img img {
	    width: 98vw;
	}
}

/*@media only screen and (max-width: 500px){
    
}
*/